Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morgynkass/final-front-back-end
This is my final project for Computer Programming.
https://github.com/morgynkass/final-front-back-end
Last synced: 8 days ago
JSON representation
This is my final project for Computer Programming.
- Host: GitHub
- URL: https://github.com/morgynkass/final-front-back-end
- Owner: MorgynKass
- Created: 2023-12-21T16:04:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-19T19:14:02.000Z (10 months ago)
- Last Synced: 2024-01-19T20:27:39.708Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is my final project for "Computer Programming".
This application is a task manager. You can login, create an account, and logout. Once you are logged in you will be able to create tasks and delete them.
The api folder contains all of the backend files.
The client folder contain all of the frontend files.Branch "back-end" is the code I created for my backend.
Branch "front-end" is the code I created for my front-end.
Branch "styles" is the code I created to style my app.