/ignite-react-watch-me

Complementary challenge from @Rocketseat for testing the knowlage learned about fundamentals of ReactJS refatoring the WhatchMe app in subcomponents.

Primary LanguageTypeScriptMIT LicenseMIT

WatchMe

App

Summary

💻 About

An app for practice the learned concepts about foundamentals of ReactJS at Rocketseat Ignite

🛠 Main technologies

(You can see all the dependencies in the package.json file)

🚀 How to run the project

You need to have the following tools installed before clone and run project: Git, Node.js.

# Clone this repository
$ git clone https://github.com/alissonmarqui/ignite-react-watch-me.git

# Access the project folder
$ cd ignite-react-watch-me

# Install the dependencies
$ yarn || npm install

# Run the fake api with json-server
$ yarn server || npm run server

# Run the application in dev mode
$ yarn dev || npm run dev

After that open your browser and access: http://localhost:8080/

🦸 Author


Alisson de Marqui

Linkedin Badge Gmail Badge

📝 License

This project are under the MIT license.