The application includes a landing page which shows the popular colections and a footer with contact details. There is also a shop, login and register pages.
A user can
- add a task
- Update task
- fetch all tasks and individual task
- delete a task
- serach for a task
- Download a zip file in the code section to the desired folder
- Extract the files
- Open the project folder with VS Code
- Open the terminal in your vscode
- naviogate to the backend folder and install packages with
npm installcommand - After installation of backend packages run the json server with
json-server --watch db.jsonand your backend server is runnning. - Open a new terminal, ensure that you are in the project's root directory
- Install the packages of your frontedn with
npm installcommand *Then run your react app(frontend) withnpm run devcommand - And you are all done
- You can view the frontend live on Task Manager
- You can view the backend db.json here Task Manager
The application works perfectly well, no bugs.
- Taulwind CSS
- React
- React Icons
- Google Fonts
email :: kelvinkipchumba002@gmail.com
Copyright 2025 Kelvin Kipchumba
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.