/React-Coffee

:atom: This project is a kind of coffee shop app.

Primary LanguageJavaScript

☕ React Coffee

GitHub repo size GitHub code size in bytes

This project is a kind of coffee shop app.


Demo

https://mudaston.github.io/React-Coffee


Screenshots

System Requirements


Run Locally

Clone the project

  git clone https://github.com/mudaston/React-Coffee.git

Go to the project directory

  cd React-Coffee

Install dependencies

  npm install

Start the server

  npm run start

Open in a browser

  http://localhost:3000

Lessons Learned

I learned how to create SPA with the React Router and how to create styles with the Styled Components libraries


Additional

This is my first React project that I created on my own a week after I started learning.