Orange is social media platform that allows users to share what they are thinking via short blurps of text displayed on a message-board! The Orange backend handles and stores login and registration request, user info, and post data.
- Fork and clone this repo
- Cd into the project directory
- Install project dependencies by running npm i
- Create a new feature branch and start working!
- React
- Bootstrap
- Axios
- Api
- Creating new users.
- Making a login that checks if a user was actually part of the data base.
- Creating a new post.
- Having it so where it only shows the edit and delete button when its your post.
- Having it so the login button only shows when you are logged out.
All contributions are appreciated!
- Push your most recent development branch up to Github
- Create a pull request against the branch of interest or our Dev branch.
- Be descriptive in you pull message!
- Await merge or revision request!