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

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

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