Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suleman-tasawar/billing-page
https://github.com/suleman-tasawar/billing-page
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/suleman-tasawar/billing-page
- Owner: Suleman-Tasawar
- Created: 2024-06-26T13:57:12.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T12:16:23.000Z (7 months ago)
- Last Synced: 2024-10-31T21:06:37.264Z (3 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 futureYou 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
```