Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inacio000/coffee-deliver
Coffee Deliver
https://github.com/inacio000/coffee-deliver
aos-animation context-api hooks reactjs styled-components typescript zod
Last synced: 19 days ago
JSON representation
Coffee Deliver
- Host: GitHub
- URL: https://github.com/inacio000/coffee-deliver
- Owner: inacio000
- Created: 2023-05-08T15:52:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T18:12:51.000Z (11 months ago)
- Last Synced: 2024-04-15T10:18:36.846Z (9 months ago)
- Topics: aos-animation, context-api, hooks, reactjs, styled-components, typescript, zod
- Language: TypeScript
- Homepage: https://coffee-deliver-ru.vercel.app/
- Size: 50 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rocketseat Challenge
Ignite ReactJS
Responsive
# 🚀 Techs
> - [React JS](https://reactjs.org/)
> - [TypeScript](https://www.typescriptlang.org/)
> - [Styled Component](https://styled-components.com/)
> - [Hooks](https://legacy.reactjs.org/docs/hooks-intro.html)
> - [Context API](https://legacy.reactjs.org/docs/context.html#reactcreatecontext)
> - [Zod](https://zod.dev/)
> - [AOS Animation On Scroll](https://michalsnik.github.io/aos/)# 💻 Project
To practice the ReactJS basic concepts.
# Running the Project
## `Make sure you are in the "main" branch`
## Or you may check the project done with JSON Server, [here](https://github.com/inacio000/coffee-deliver/tree/feture-fake-api-with-json-server)
- Clone repository
> git clone https://github.com/inacio000/coffee-deliver.git
- Install dependencies
> npm install
- Run frontend
> npm start