Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharmaadityahq/adopt-me
Find pets according to your location and adopt them
https://github.com/sharmaadityahq/adopt-me
babel parcel react typescript
Last synced: 21 days ago
JSON representation
Find pets according to your location and adopt them
- Host: GitHub
- URL: https://github.com/sharmaadityahq/adopt-me
- Owner: sharmaadityaHQ
- Created: 2019-12-27T17:29:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:15:40.000Z (about 2 years ago)
- Last Synced: 2024-10-31T08:52:17.901Z (2 months ago)
- Topics: babel, parcel, react, typescript
- Language: TypeScript
- Homepage:
- Size: 1.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Adopt-Me
This is a single page pet adoption application primarily built to demonstrate several concepts of `React` with varying difficulty levels.
### Usage
**1.** Run `npm install` to install all dependencies.
**2.** Run `npm run dev` to start development server.
You can also run `npm run dev:mock` to run the application offline. `npm run format` can be used to format the repository with `prettier`. Linting of code can be done using `npm run lint`.### Contribution
Feel free to explore and implement additonal features to enhance user experience.