Quaquaro / capstone-project

This is my capstone-project, which I created in connection with the webdevelopment-bootcamp at neue fische. TABULA RASA is aimed at all passionate board players who want to keep track of the games they have played. The app allows you to track the results of up to eight players and make notes for the next round.
https://capstone-project-quaquaro.vercel.app/
MIT License
1 stars 0 forks source link

🚀 About Me

I'm a webdev student at neue fische.

Lessons Learned

I have learned the following things:

TABULA RASA

This is my capstone-project, which I created in connection with the webdevelopment-bootcamp at neue fische. TABULA RASA is aimed at all passionate board players who want to keep track of the games they have played. The app allows you to track the results of up to eight players and make notes for the next round.

Tech Stack

Client: React, styled-components

Tools: Storybook, framer-motion, axios

Screenshots!

Game Page Form Page 1 Form Page 2 Form Page 3 Game Page after entry a game Detail view Delete Dialog Success message Error message

Run Locally

Clone the project

  git clone git@github.com:Quaquaro/capstone-project.git

Go to the project directory

  cd capstone-project

Install dependencies

  npm install

Start the server

  npm start

Running Tests

To run tests, run the following command

  npm test

Roadmap

Color Reference

Color Hex
Black #1B1B1B #1B1B1B
Darkgrey #313131 #313131
White #EEFFFD EEFFFD
Green #31CC62 #31CC62
Pink #F631A7 #F631A7
Neon blue #05F2DB #05F2DB

Known bugs

The pattern attribute no longer has any influence on the score inputs. Therefore, it is possible to enter letters as score. With the introduction of react hook form this bug will be fixed.

Feedback

If you have any feedback, please reach out to me at quaquaro@gmail.com

License

MIT