Skip to content

rezapazan/JavaScript-Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chamedoon Landing Page

This repo contains the front-end implementation of Chamedoon Landing Page.

table of Contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Note: If you've done this Getting Started part earlier, just jump to How To Run Project

Install npm and Node.js

In order to run the project locally, first you need to have Node.js and npm installed. To make sure you have them installed, run the following commands in your terminal or cmd or powershell:

$ npm -v
$ node -v

If they are not installed, visit this Download Page..

Install yarn (Optional, Recommended)

With npm and Node.js installed, you can run the project, but it is recommended to install yarn, as well. You can check if you have it installed using the following command:

$ yarn -v

If not, you can go through installation guide in this Download Page.

Clone The Project

Now you need to clone the project from GitLab repo on your computer:

$ git clone https://github.com/RezPaz78/JavaScript-Todo.git

How To Run Project

Install Libraries

First, you need to open your terminal, cmd or powershell in project root directory. Then, in order to install desired packages from package.json run the following command:

Note: if you do not have yarn installed:

$ npm install

Note: if you have yarn installed:

$ yarn install

Now, wait for installation to be complete :))

Update Libraries (Optional)

You can update your installed libraries and packages using the following command in the project root directory:

Note: if you do not have yarn installed:

$ npm update

Note: if you have yarn installed:

$ yarn upgrade

And wait for the process to be completed.

Create Build Bundle File

Now, you have to create the bundle file using the following commands:

Note: if you do not have yarn installed:

$ npm build

Note: if you have yarn installed:

$ yarn build

And wait for the process to be completed.

Run Project

Now you have everything set up for running the project. Use the following command in the same directory to run the project:

Note: if you do not have yarn installed:

$ npm start

Note: if you have yarn installed:

$ yarn start

And you're good to go!!

Built With

  • JavaScript - As the programming language
  • Bootstrap - for styling

Author

About

This is a ToDo list, developed using Vanilla JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published