Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmcamposdev/react-wishlist
Wish List Website development on React by OpenWebinars
https://github.com/jmcamposdev/react-wishlist
javascript react-hooks reactjs useeffect-hook usestate-hook
Last synced: about 2 months ago
JSON representation
Wish List Website development on React by OpenWebinars
- Host: GitHub
- URL: https://github.com/jmcamposdev/react-wishlist
- Owner: jmcamposdev
- Created: 2024-03-07T10:11:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:47:11.000Z (10 months ago)
- Last Synced: 2024-04-03T20:01:30.468Z (10 months ago)
- Topics: javascript, react-hooks, reactjs, useeffect-hook, usestate-hook
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wish List
Wish List is a simple application for creating and managing wish lists.
You can create, mark as completed, and archive completed wishes.## Screenshot
![Screenshot](url-of-the-screenshot.png)
## Live Site
You can visit the live application [here](https://wish-list-5173.netlify.app/).
## Technologies Used
- React
- Tailwind CSS## Installation
Clone the repository and run the following commands:
```bash
git clone https://github.com/your-username/Wish-List.git
cd Wish-List
npm install
npm run dev
````## Usage
To start the application in development mode, run:```bash
npm run dev
```Open [http://localhost:5173](http://localhost:5173) to view it in the browser.
## Project Structure
```
Wish-List/
README.md
node_modules/
package.json
public/
index.html
favicon.ico
src/
components/
AddWish.js
Wish.js
WishList.js
App.js
index.js
tailwind.css
```## Contributions
We welcome contributions! If you want to contribute, follow these steps:1. Fork the project.
2. Create a branch (git checkout -b feature/new-feature).
3. Make changes and commit (git commit -am 'Add new feature').
4. Push the branch (git push origin feature/new-feature).
5. Open a Pull Request.