Skip to content

Latest commit

 

History

History
91 lines (73 loc) · 2.81 KB

File metadata and controls

91 lines (73 loc) · 2.81 KB

Digital Store

Instituto Euvaldo Lodi Fundação Indaiatubana de Educação e Cultura Agência de Desenvolvimento do Estado do Ceará Governo do Estado do Ceará Governo do Estado do Ceará

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.

Project

This is the README for the project. You can read it in other languages:

1. Project objective 🤓

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.

1.1 Technologies used

Vite React TailWind NodeJS Git

2. Project structure 📂

  • 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.

3. Start Project ⌨️

  1. Install the latest LTS version of NodeJS
  2. Check the installation with the bash commands : node -v and npm -v
  3. Clone this repository with :
    # HTTPS
    git clone https://github.com/joaomaxdev/digital-store.git
    or
    # SSH
    git clone git@github.com:joaomaxdev/digital-store.git
    or do Download ZIP
  4. Now open the terminal in the project folder and run :
    npm i # Installs all dependencies
    npm run dev # Execute the project

Have fun ! 😁