Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muskanmi/keep-clone-react

A simple notes taking application created using ReactJS which helps users in taking various notes.
https://github.com/muskanmi/keep-clone-react

css3 html5 javascript keep-notes material-ui note-app react-components react-hooks reactjs styled-components

Last synced: 13 days ago
JSON representation

A simple notes taking application created using ReactJS which helps users in taking various notes.

Awesome Lists containing this project

README

        

# Keep Clone

It is a notes taking application created using ReactJS which helps users in taking various notes.

![Preview](./preview.png)

## Requirements:

* React Version: **18.2.0**
* Node Version: **18.14.1**
* NPM Version: **9.5.0**

## Instructions:

1. Get the source code on your pc via git.

```shell
git clone https://github.com/muskanmi/Keep-clone-react
```

2. Navigate inside the folder through your terminal.

```shell
cd Keep-clone-react
```

3. Now, install the required dependencies by running the following command:

```js
npm install
```

4. Finally, start the application by running:

```js
npm start
```

5. Voila! the application is ready for use. You can access it at [http://localhost:3000](http://localhost:3000).