https://github.com/gaurav-026/task-manager-application
This task management website allows users to add, edit, delete, and mark tasks as completed. Additionally, users can analyze completed tasks in the Analysis section. This platform ensures a seamless and efficient task management experience.
https://github.com/gaurav-026/task-manager-application
context-api crud-operation git mern-stack postman-test
Last synced: 3 months ago
JSON representation
This task management website allows users to add, edit, delete, and mark tasks as completed. Additionally, users can analyze completed tasks in the Analysis section. This platform ensures a seamless and efficient task management experience.
- Host: GitHub
- URL: https://github.com/gaurav-026/task-manager-application
- Owner: gaurav-026
- Created: 2024-04-21T10:11:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T15:18:06.000Z (about 2 years ago)
- Last Synced: 2025-03-27T10:32:03.480Z (over 1 year ago)
- Topics: context-api, crud-operation, git, mern-stack, postman-test
- Language: JavaScript
- Homepage: https://task-master-by-gaurav.netlify.app/
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Website Link : https://gaurav-taskmaster.netlify.app/
## Available Scripts
In the project directory, you can run:
### `npm instal`
To install the node modules and all the dependencies of the website technology.
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
### `Features of The Website`
-> User can Add, Edit, Delete and Mark on the completed Task. The completed tasks will be visible on clicking the Today's Analaysis Button present on the right of the website.
-> The website is purely responsive for the Mobile, Tablet and Desktop view.
-> This Website took 4 days(1 day UI Design, 1 Day Static part Developement, 2 Days for Functionalities) for proper completion.
-> This website is designed and developed by my own. Each and every step is my thought process + some internet help for logic buildings.
-> I have tried to give as best I can in these days. I will convert this project as a full stack project soon.
### `Libraries and Frameworks Used`
-> React.js
-> ContextAPI
-> Bootstrap
-> Figma Design (UI of the website)
-> JS, CSS
-> uuid : for generating id
-> ChatGPT
### `Considerations`
-> I have firstly used Context Api for myself. It was a bit challenging for me to implement the functionalities using ContextAPI. First I have build my fundamentals on ContextAPI again and then start implementation on the project functionalities. I am also a UI/UX designer, so thinking about good UI was not very challenging for me. This project is going to be one of the favourite project for me. I will definately improve this and will add Full Stack Features in it.