Manage your tasks and never get lost in your obligations again
This is a Next.js project based on a course from Programming With Mosh YouTube channel.
Start tracking your tasks here: Task Tracker
If you want to take a look in the code for study and implement your ideas, follow this steps:
- Clone the project into your computer
- Install the dependences running:
npm install- Create a new
.envfile based on the.env.example - Access Auth.js providers, Auth.js adapters and Google OAuth to generate your local envirioments variables
- Run the development server:
npm run dev- Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Next js Tutorial for Beginners - the course this project is based of