https://alura-geek-ruby.vercel.app/
Alura Geek is a front end web and mobile application built during the One project, an intensive course by Alura (#sds1), in partnership with Oracle. (https://www.oracle.com/br/education/oracle-next-education/ "Project One website").
The application consists of an ecommerce of geek products, where it is possible to access all available products and edit the product list, it also presents a login page and the individual product.
- HTML / CSS / JS / TypeScript / TailwindCSS
- ReactJS
- Front end web: Vercel
Prerequisites: npm
# clone repository
git clone https://github.com/marcelossilvaa/Alura-Geek
# enter the project folder
cd Alura-Geek
# install dependencies
npm install
# run the project
npm run dev
Marcelo Santana Silva