Timeless Tales: A blog app that allows you to view people's articles as well as write/post your own articles. This is my end of Phase-2 React Independent Project built using HTML, CSS & React JS.
- Technologies
- Description
- Features
- [Live-link] (# https://timeless-tale.herokuapp.com/)
- Setup-process
- Licence
- Copyright
languages used are:
- HTML :HTML5 -which is used to create the structure of thr page
- CSS :CSS4 -used to style the page
- JavaScript:ES6 -used to code app backend and front end
- JSON : used as database
As a user you ase able to: 1 View Blog Posts by others 2 Create your own blog post 3 Upload your blog post 4 View dog services offered 5 Sign up for newsletter 6 Future: register to get customized content & Comment/like posts
Timeless Tales: A blog app that allows you to view people's articles as well as write/post your own articles.
- npm
- Text editor eg Visual Studio Code
- npm
clone the repo using the command
- $git clone https://github.com/i-ronoh/TimelessTales.git
- change into directory using command
$cd TimelessTales
- open the code in vs code with command
code .
- install json server using the command
npm install -g json-server
- start the json server
json-server --watch db.json -p 4000
- use live server to run the front end
- Fork the repo
- Create a new branch in your terminal (git checkout -b improve-feature)
- Install the prerequisites
- Make appropriate changes in file(s)
- Run the server to see the changes
- Add the changes and commit them (git commit -am "Improve App")
- Push to the branch (git push origin improve-app)
- Create a Pull request
Copyright(c)[2022][Ivy Ronoh]
- Email : ronoh.ivy@gmail.com
MIT License Copyright (c) 2022 Ivy Ronoh