Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suleman-tasawar/billing-page


https://github.com/suleman-tasawar/billing-page

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

The goal to be accomplished by completing this project were the following

1. Implementing a form without creating too many states
2. Tried to create one form with useState and other with useReducer
3. Implemented form validation ensure that empty form isnot submitted empty
4. Ensure the design is responsive accross all devices
5. Documenting the code to ensure easy understanding when looked in the future

You can click on each repo inside this repository to see the task i have completed.

## Run Locally

Clone the project

```bash
git clone https://github.com/Suleman-Tasawar/Task-4 useState hell
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```