Code Monkey home page Code Monkey logo

react-to-do-list's Introduction

Md. Minul Islam Shovon

ECE'15, RUET

What is this repository?

This repository contain codes for a super interactive todo list project with basic operations (Add/Delete/Edit/Done). The frontend is coded using ReactJs and for backend django is being used and they are connected using django rest framework.

How to get it working?

=> Clone the repository:

git clone https://github.com/Shovon588/react-to-do-list.git

=> Create a virtual environment and activate it

i. virtualenv venv
ii. For windows: venv/Scripts/activate
ii. For Ubuntu: source venv/bin/activate

=> install required files

pip install -r requirements.txt

Now you need to start server for both django and react

Backend (Django):

Go to backend folder where manage.py file is located using cd backend command. Make sure the virtual environment is activated.

Then run python manage.py runserver command to start the django server.

Go to http://127.0.0.1:8000/api/todos/ to see the data.

Frontend (ReactJs)

Go to frontend folder where package.json file is located using cd frontend command.

Install the project using npm install command.

Then after finishing installing run npm run to run the project.

Go to http://localhost:3000/ to see the frontend and now you should be able to use the project.

react-to-do-list's People

Contributors

shovon588 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.