This repository is application where you can make posts and recieve comments
-
Login and register features
-
Create posts
-
Create comments
This application was made with:
- 🔥 Firebase for the authentication and database.
♠️ Next JS for the interface building and render methods.- ⚡️ Chakra UI for the styling.
- 🌌 Context for the state handling.
- Run
npm install
to install the project dependencies. - Run
npm run build
to create an application build . - Run
npm run start
to start the application in production mode . - Ready! The app will be listening at
http://localhost:3000/
!