|
|
|
|
|
by chickenmonkey
1992 days ago
|
|
https://github.com/meethari/todo_react I'm in the process of learning the MERN stack for full stack development. What I have here is a todo list app where you can perform CRUD actions on the todo list (add todos, delete them, update the done state). The front end is in React and the back end is an Express API that talks to a Mongo instance. Next actions include
- Making this a full fledged product by throwing in login functionality, authentication, ability to create multiple lists
- Honing my HTML/CSS skills to build components for the above purposes
- Deploying this to Heroku |
|