Tada Todo is a web application built using React, NextJS, and Tailwind CSS.
To run the Tada Todo project on your local machine, follow these steps:
-
Ensure you have Node.js installed on your system.
-
Clone the repository:
git clone https://github.com/bima0302/tada-todo.git
-
Navigate to the project directory:
cd tada-todo
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
to see the application.
The project structure is organized as follows:
tada-todo/
├── public/ # Static assets
└── src/ # Application source code
└── app/ # Assets
└───components/ # Reusable React components
The project uses Next.js for server-side rendering and optimized development. The configuration can be found in the next.config.js file, where you can modify the build options, plugins, and other settings according to your requirements.
The main dependencies used in this project are:
- React: A JavaScript library for building user interfaces.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
- Next.js: A React framework for building server-side rendered and statically generated applications.
For a complete list of dependencies, refer to the package.json
file.
For any questions or inquiries, you can reach out to the project maintainer:
- Name: Bima Setyo
- Email: [email protected]
- GitHub: bima0302
We hope you enjoy using Tada Todo!