Skip to content

a dynamic web app that lets you create and customize your own out-of-this-world space burgers! πŸš€πŸ”

Notifications You must be signed in to change notification settings

naumch1k/stellar-burgers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Stellar Burgers

Introducing "Stellar Burgers" - a dynamic web app that lets you create and customize your own out-of-this-world space burgers! πŸš€πŸ”

Create your dream burger by simply dragging and dropping your favorite ingredients onto the builder. Want to know the nutritional value of an ingredient? No problem! Just click on it to explore its cosmic nutritional secrets.

Head over to demo now and unleash your creativity πŸŒŒπŸ” Happy burger crafting!

Coming soon!

  • User registration and login
  • Live form validation
  • Password recovery
  • User profile updates
  • Order history
  • Order status feed

Tech

React JS | TypeScript | Redux | CSS-modules | react-dnd

Installation & Usage

# Clone the repository
git clone https://github.com/naumch1k/stellar-burgers.git

# Enter the project directory
cd stellar-burgers

# Install dependencies
npm i

In the project directory, you can run:

npm run start, or simply npm start

Starts a local web server. Open http://localhost:3000 to view it in your browser

npm run lint:css

Runs the linter and automatically fix errors in *.module.css files

json-server

This project utilizes json-server by typicode as its backend solution. The required database is available as a db.json file located at the root of the project. Inside this JSON file, you'll find all the data, including burger ingredients and user orders.

To access the server, you can visit

https://my-json-server.typicode.com/<your-username>/<your-repo>

this link will bring you to the server hosting your JSON data. You can interact with the data using standard HTTP requests: GET, POST, PUT, PATCH, and DELETE methods to perform various operations.

Please keep in mind that private GitHub repositories are not supported by json-server. Ensure your repository is public to use this service effectively. Happy developing! πŸ”πŸ‘©β€πŸ’»

About

a dynamic web app that lets you create and customize your own out-of-this-world space burgers! πŸš€πŸ”

Topics

Resources

Stars

Watchers

Forks