Skip to content

cesardoliveira/clocker-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clocker App

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.

Other Packages & Libs

Clone clocker-next

Clone repo, in the project directory, you can run:

[email protected]:cesardoliveira/clocker-next.git
cd clocker-next

Install Dependencies

npm

npm install

Yarn

yarn install

This command installs a package, and any packages that it depends on.

Getting Started

Before you start in Dev or Test enviroment make sure you have installed:

Development

npm

npm run dev

Yarn

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.