https://github.com/mauriciogirardi/feed
create a project to strengthen the react concept
https://github.com/mauriciogirardi/feed
css-module hooks javascript reactjs typescript vite
Last synced: about 2 months ago
JSON representation
create a project to strengthen the react concept
- Host: GitHub
- URL: https://github.com/mauriciogirardi/feed
- Owner: mauriciogirardi
- Created: 2022-06-03T02:16:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T20:48:12.000Z (almost 4 years ago)
- Last Synced: 2025-05-17T06:41:24.280Z (about 1 year ago)
- Topics: css-module, hooks, javascript, reactjs, typescript, vite
- Language: JavaScript
- Homepage: feed-eight.vercel.app
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
### About Project
Created a Feed like the one on Linkedin Facebook or Instagram to strengthen
knowledge in Reactjs we used Vite to start our project.
https://feed-mauriciogirardi.vercel.app/
#### Technologies
- Vite
- date-fns
- Hooks
- Css module
#### How use
```js
//Clone the project
git clone https://github.com/mauriciogirardi/Feed.git
// Open folder
cd Feed
// To install project dependencies
npm i
// Run
npm run dev
```