/AS-Project-Jam-Sessions-Frontend

React CRUD Jam Sessions app frontend

Primary LanguageJavaScript

🎸 Jam Session App

I was given a task @AppleSeeds Bootcamp to make an MERN stack project includes CRUD functionality.
I decided to build Jam Session application that allows people to create and find jam sessions and contact with others who looking for jamming by Whatsapp. The user can filter his search by dates or by location.
I implement the project using HTML,CSS,JavaScript,React.

Project Link:

https://jam-app-toni.netlify.app/

Project Frontend Technologies:

☑ React
☑ Axios
☑ React Router

Project Backend Technologies:

☑ Node.js
☑ Mongodb
☑ Express.js

Screenshots

Alt text

plot

plot

plot

plot

Deployment

In order to run the app locally you will need to install all the dependencies from the package.json file. Run the command npm install to install all the dependencies, after it's done you can run npm start to start the app locally in localhost:3000