PESto-do is a to-do list application designed for students of PES University to help them keep track of their coursework. The application provides checklists for various subjects, organized by units, to help students stay on top of their studies.
- Course Checklists: To-do lists for various courses, broken down by units.
- Persistence: Your progress is saved in the browser's local storage, so you can pick up where you left off.
- User-Friendly Interface: A clean and simple interface to easily manage your tasks.
- Lofi Music Player: An integrated lofi music player to help you focus while you study.
- React: A JavaScript library for building user interfaces.
- React Router: For handling client-side routing.
To get a local copy up and running, follow these simple steps.
- Clone the repository:
git clone [https://github.com/acmpesuecc/PESto-do.git](https://github.com/acmpesuecc/PESto-do.git)
- Navigate to the project directory:
cd PESto-do - Install the dependencies:
npm install
- Start the development server:
The application will be available at
npm start
http://localhost:3000.
npm start: Runs the app in development mode.npm test: Launches the test runner in interactive watch mode.npm run build: Builds the app for production to thebuildfolder.npm run eject: Ejects the app from Create React App's configuration.
Please refer to the CONTRIBUTING.md file for more information on how to get started.