Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 2.86 KB

README.md

File metadata and controls

102 lines (68 loc) · 2.86 KB

Repository size GitHub last commit License Stargazers ignite-feed

ignite-feed

AboutFeaturesHow it worksTech StackAuthorLicense

About

💡 ignite-feed - App to make and receives comments annd feedbacks.

Project developed during the ReactJS Ignite Course from Rocketseat.


Features

  • Base layout
  • Responsivity
  • Add Typescript
  • Base functionality (create/delete a comment, likes) without DB

How it works

Pre-requisites

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

Running the web application (Frontend)

# 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/

Tech Stack

The following tools were used in the construction of the project:

Website (React + TypeScript)


Author

Linkedin Badge


Images

Ignite Feed

---

License

This project is under the license MIT.