This is an exercise project from Rocketseat tutorials. The project is a simple feed application where users can post and view posts.
- CSS Modules: Classes names and animation names are scoped locally by default. This helps us to modularize and compose CSS.
- date-fns: A modern JavaScript date utility library, used in this project to handle and format dates.
- phosphor-react: A flexible icon family for interfaces, diagrams, presentations — whatever, really. We use it in this project to add icons to our user interface.
To get the project up and running, follow these steps:
- Clone this repository
- Navigate into the project directory:
cd feed-app
- Install the dependencies:
npm install
- Start the development server:
npm run dev
Now, you should be able to see the project running at localhost:5173 in your browser.