An open API service indexing awesome lists of open source software.

https://github.com/cesarcanoff/react-feed

Explore a dynamic feed, like, comment, and share your favorite posts
https://github.com/cesarcanoff/react-feed

css css-modules html react typescript vite

Last synced: about 2 months ago
JSON representation

Explore a dynamic feed, like, comment, and share your favorite posts

Awesome Lists containing this project

README

        







Welcome to React Feed, the platform where you can discover, share, and interact with interesting content. Explore a dynamic feed, like, comment, and share your favorite posts, and engage in meaningful discussions. Join us and be part of a vibrant community!

📚 Technologies

![React](https://img.shields.io/badge/react-0d1117.svg?style=for-the-badge&logo=react&logoColor=3E89CC)
![NPM](https://img.shields.io/badge/NPM-0d1117.svg?style=for-the-badge&logo=npm&logoColor=3E89CC)
![Typescript](https://img.shields.io/badge/typescript-0d1117.svg?style=for-the-badge&logo=typescript&logoColor=3E89CC)
![Javascript](https://img.shields.io/badge/javascript-0d1117.svg?style=for-the-badge&logo=javascript&logoColor=3E89CC)
![HTML5](https://img.shields.io/badge/html5-0d1117.svg?style=for-the-badge&logo=html5&logoColor=3E89CC)
![CSS3](https://img.shields.io/badge/css3_Modules-0d1117.svg?style=for-the-badge&logo=css3&logoColor=3E89CC)

1. Clone the repository:
Open your terminal (Command Prompt for Windows) and execute the following command to clone the React Feed repository:
```bash
git clone [email protected]:CesarCanoff/react-feed.git
```

2. Navigate to the app directory:
Change to the Do It directory that you just cloned:
```bash
git clone [email protected]:CesarCanoff/react-feed.git
```

3. Install dependencies:
Use npm to install all the app's dependencies. This may take some time depending on the project's size:
```bash
npm install
```
4. Run web app:
After the dependencies are successfully installed, you can start the app. Run the following command:
```bash
npm run dev
```