Hello, this is my final project for the NeueFische Bootcamp and my qualification certificate as a web developer.
I started the project on 04.05.23 until the presentation on 06.06.23 continuously worked on it.
An app which shall help you playfully to contact your and more evenly with your circle of friends!
Here is a small preview:
Here you can find the demo:
You get a random contact suggested when you open it who is looking forward to a call or a message from you.
With this app no one will forget about you and your friendships will last longer :)
This app is for contacts that are important to you. People that you really like and that you like to listen to and talk to and who might miss out in a hectic everyday life.
- Next.js
- React
- Styled Components
To run project commands locally, you need to install the dependencies using npm i
first.
You can then use the following commands:
npm run dev
to start the development servernpm run build
to create a production buildnpm run start
to start the production buildnpm run test
to run the tests in watch mode (if available)
💡 This project requires a bundler. You can use
npm run dev
to start the development server. You can then view the project in the browser athttp://localhost:3000
. The Live Preview Extension for Visual Studio Code will not work for this project.