Ignite Feed is a straightforward project that replicates the functionality of a social media feed. It allows users to interact through features commonly found in these platforms, including commenting, liking, and deleting comments
You can find the web layout of the project in the link below. Remember, you need to have an account on Figma to access it.
To clone and run this application, you'll need Git and Yarn installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/arthurjfreitas/igt-feed
# Go into the repository
$ cd igt-feed
# Install dependencies
$ yarn
# Run the app
$ yarn dev
# Navigate to http://localhost:5173/
# The app will automatically reload if you change any of the source files.
This project is under the MIT license. See the LICENSE for more information.
Made with ♥ by Arthur Freitas 👋 Get in touch!