About • Features • How it works • Tech Stack • Author • License
💡 ignite-feed - App to make and receives comments annd feedbacks.
Project developed during the ReactJS Ignite Course from Rocketseat.
- Base layout
- Responsivity
- Add Typescript
- Base functionality (create/delete a comment, likes) without DB
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js. In addition, it is good to have an editor to work with the code like VSCode
# Clone this repository
$ git clone https://github.com/thallesyam/ignite-feed.git
# Access the project folder in your terminal
$ cd ignite-feed
# Install the dependencies
$ npm install
# Run the application in development mode
$ npm run dev
# The app will open on the port: 3000 - go to http://localhost:3000/
The following tools were used in the construction of the project:
Website (React + TypeScript)
---
This project is under the license MIT.