Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

woooocoder/boulder-flash

Repository files navigation

Tasks

  • 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


How to install project

Clone the Repo

git clone https://github.com/woooocoder/boulder-flash

Enter project directory

cd boulder-flash

Create a branch named BRANCHNAME

git checkout -b BRANCHNAME

Edit code ...

Stage your changes

git add .

Commit your changes

git commit -m "Description of changes made"

Push changes to git repo

git push origin BRANCHNAME

Create a pull request

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.

Run the front end:

  1. Open a shell and go to root directory
  2. npm i
  3. npm run start

Run the backend:

  1. Open another shell and go to ./server directory
  2. npm i
  3. npm run start

npm run build

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /