This repository is the first test of the course Geração Tech
A project by the Euvaldo Lodi Institute (IEL) and the Government of the State of Ceará through the Ceará State Development Agency (ADECE) for training young people in technology.
The initiative aims to offer training in Web Development.
This is the README for the project. You can read it in other languages:
This project is a test whose activity is to develop the front-end of a fictitious E-commerce to test web development skills and teamwork.
src/- Project source code.components/- Reusable React components.pages/- Main e-commerce pages (home, product, cart, checkout, etc.).src/assets/- Images, icons and other static resources.src/index.css- CSS configuration files.public/- Public files accessible directly from the browser.
- Install the latest LTS version of NodeJS
- Check the installation with the bash commands :
node -vandnpm -v - Clone this repository with :
or
# HTTPS git clone https://github.com/joaomaxdev/digital-store.gitor do Download ZIP# SSH git clone git@github.com:joaomaxdev/digital-store.git - Now open the terminal in the project folder and run :
npm i # Installs all dependencies npm run dev # Execute the project




