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
- Host: GitHub
- URL: https://github.com/cesarcanoff/react-feed
- Owner: CesarCanoff
- License: mit
- Created: 2024-03-23T03:02:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T15:42:52.000Z (about 1 year ago)
- Last Synced: 2025-02-12T16:21:56.022Z (3 months ago)
- Topics: css, css-modules, html, react, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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





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
```