Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.82 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.82 KB

Quiz_React-App

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author  |   Projeto


PRs welcome! License

🎯 About

Com este mini-projeto você poderá praticar os seus conhecimentos de Reactjs com HTML, CSS e Javascript, projeto de Quiz de programação onde o usuário poderá escolher seu tema no jogo.



🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/chagasleandro/Quiz_React-App.git
# Access
$ cd Quiz_React-App
# Install dependencies
$ yarn or npm 
# Run the project
$ npm run dev
# The server will initialize in the <http://localhost:5173>