This is a simple Todo app built with React.js. It allows you to manage and keep track of your todos in an organized manner.
- Add new todos
- Delete existing todos
- Dynamic updating of todo list
- React.js
- HTML
- CSS
- JavaScript
Follow the instructions below to get started with the Todo app on your local machine.
- Node.js (v12 or higher)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Amanmandal-M/Todo_App_React.git
-
Navigate to the project directory:
cd todo-app
- Install the dependencies:
npm install
- Start the development server:
npm run start
npm start
Note : You can choose any one of these
- Open your browser and go to http://localhost:3000 to view the Todo app.
- You can add new todos by typing in the input field and clicking the "Add" button.
- To delete a todo, click the "Delete" button next to the respective todo.
- If you want to customize the styles of the Todo app, you can modify the src/App.css file.
- To add additional features or enhancements, you can explore the src/App.js file and make the necessary changes.
To deploy the Todo app to a live server, you can follow the deployment instructions for React.js. Here are a few popular options:
- Netlify
- Vercel
- GitHub Pages
Contributions are welcome! If you have any ideas, improvements, or bug fixes, please open an issue or submit a pull request.
- React.js
- Create React App
- GitHub