-
Add front end functionality to allow users to follow/unfollow each other :: how will they be accessible to each other? Search usernames? ID?
-
Implement global feed. Users can add climbs to feed. They will display in chronological order. Maybe give users a way to interact with them.
-
Design a front end for History - Sessions are being displayed no problem, layout is hideous though. Should be a grid or something.
-
A page that generates and displays statistics based on sessions
git clone https://github.com/woooocoder/boulder-flash
cd boulder-flash
git checkout -b BRANCHNAME
git add .
git commit -m "Description of changes made"
git push origin BRANCHNAME
Go to forked repo on github Click on notification about the branch you've created Create a pull request, provide a title and description explaning what changes were made and why.
- Open a shell and go to root directory
npm inpm run start
- Open another shell and go to ./server directory
npm inpm run start
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information. (https://facebook.github.io/create-react-app/docs/advanced-configuration)