Time scheduling application called Clocker, using React with Next.js and Firebase for authentication and database.
This application was built to learn how to use API Routes of Next.js, Firebase to manage backend infrastructure and Chakra UI to create accesible React components.
"Clocker" is an app that allows users to create an agenda and manage their times to scheduling meetings.
Clone repo, in the project directory, you can run:
git@github.com:cesardoliveira/clocker-next.git
cd clocker-next
npm install
yarn install
This command installs a package, and any packages that it depends on.
Before you start in Dev or Test enviroment make sure you have installed:
npm run dev
yarn dev
Runs the app in the development mode.
Open http://localhost:3000
to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.