Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitzanpap/circles-history-react-q
https://github.com/nitzanpap/circles-history-react-q
module-css react scss typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitzanpap/circles-history-react-q
- Owner: nitzanpap
- Created: 2022-11-10T23:55:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T21:41:17.000Z (3 months ago)
- Last Synced: 2024-10-02T09:10:21.606Z (3 months ago)
- Topics: module-css, react, scss, typescript
- Language: TypeScript
- Homepage: https://circles-history-react-q.vercel.app/
- Size: 937 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Challenge
To check my solution click [Here](https://circles-history-react-q.vercel.app/). :point_left:
Create a web page using react, that by clicking the screen, it creates a circle in the clicked coordinate on the screen.
Add two buttons:- Backwards: Retraces the steps, and removes the created circles by history order.
- Forwards: Adds back circles that were created but were removed from the screen due to the backwards button.---
## Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.\
You will also see any lint errors in the console.