WannaGo is a responsive web app that allow users to create plans and see who want to attend to them. Built with React for the front end, and Node, Koa, Mongoose, and Mongo Atlas for the backend.
- Fork the repo and clone it to your local machine.
- Run npm install in the root folder, as well as the client and the server folder.
- To start the server, in the server folder, run: 'nodemon index'
- To start the app, in the client folder, run: 'npm start'
It is an ongoing project. A campground for improvements. My first project, and where I apply everything I have learned, and I want to learn. Next steps are to make sure the app is stable enough to keep adding features, such as:
- Make it PWA
- Work with calendars, adding wannaGos to a calendar.
- Comments of people in wannaGos, where the creator of the plan can have an ongoing conversation with those who are attending the plan.
- I have a list with several small improvements that will make the app more userfriendly (improvements like Google authentication).
Please feel free to fork it and play with it, and if you feel so, make PRs.







