Name | Link |
---|---|
Framework | Next.js |
Authentication & Database | Firebase |
Favicon | realfavicongenerator |
Styling | Tailwindcss |
Follow these steps to run the project locally on your machine:
- Clone the repository
git clone https://github.com/tszhong0411/todo.git
- Navigate to the project directory
cd todo
- Install dependencies
bun install
- Configure environment variables
Create a .env.local
file based on the provided .env.example
file and fill in the necessary variables.
- Run the development server
bun run dev
Made with ❤️ in Hong Kong