This is the frontend of our full stack MERN application, Badjjr. Through communication with our Badjjr API, users are able to complete, create, edit, and delete quizzes.
The frontend utilizes JSX, React-Bootstrap, React Router, React Context, as well as Axios (for fetching data).
- Fork and clone this repository, and change into the new
badjjr-frontend
directory. - Run
npm i
to download the required dependencies. - Run
npm start
to start your React server.
- Fork and clone the backend repository, and change into the new
badjjr-backend
directory. - Run
npm i
to download the required dependencies. - Install
nodemon
if it is not already installed on your machine. - Create a
.env
file and add aDATABASE_URL
variable with your MongoDB Atlas connection string. In your string, be sure to change the name of the database to "badjjr". - Run
nodemon
to start your server.
There is always room for improvement! If you have any suggestions, please submit an issue or create a pull request.
✨ Thank you for checking out Badjjr! ✨