Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.