Lock In is a simple, intuitive to-do list web application built with React.js. This project showcases my skills in front-end development and my ability to create practical, user-friendly web applications.
- Add new tasks to your to-do list
- Mark tasks as complete
- Delete tasks
- Filter tasks by status (All, Completed)
- Clean, responsive user interface
- React.js
- HTML5
- CSS3
- JavaScript (ES6+)
- Clone the repository:
git clone https://github.com/copstud3/lock-in.git - Navigate to the project directory:
cd lock-in - Install dependencies:
npm install - Start the development server:
npm start - Open your browser and visit
http://localhost:3000
- To add a new task, type in the input field and press Enter
- Click on a task to mark it as complete
- Click the 'Delete' button next to a task to delete it
- Below is shown All or Completed tasks
This project is part of my personal portfolio and is not open for contributions. However, if you have suggestions or find any issues, please feel free to open an issue in the GitHub repository.
This project is open source and available under the MIT License.
If you want to contact me, you can reach me at victorchris73@gmail.com.
This project is currently in a completed state as a portfolio piece. Future updates may be made to enhance functionality or improve code quality.