Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.