Skip to content

sludwikowski/personal-blog

Repository files navigation


Logo

Road To React

I created the "Road To React" as my own project to solidify my knowledge. To document my progress, I committed to sharing updates on this project every Wednesday. Additionally, I hope that the information I share could potentially assist those who are at a comparable stage of learning.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

Road_To_React

(back to top)

Built With

  • Next
  • Typescript
  • Sanity
  • TailwindCSS

(back to top)

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g
    or
    npm install -g pnpm

Installation

  1. Get a free API Key at https://www.sanity.io/

  2. Clone the repo

      git clone git@github.com:sludwikowski/personal-blog.git
  3. Install NPM packages

    npm install

    or

    pnpm install
  4. Enter your API in .env.local

    NEXT_PUBLIC_SANITY_PROJECT_ID = 'YOUR_API_KEY'
    NEXT_PUBLIC_SANITY_DATASET = 'YOUR_API_DATASET'
    NEXT_PUBLIC_SANITY_API_VERSION = 'YOUR_API_VERSION'

(back to top)

Roadmap

  • Create a blog with Sanity
    • Deployment
    • Change layout
  • Adding the theme toggle
  • Adding a comment section
  • Adding a contact page

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

@sludwikowski - @sludwikowski - sludwikowski.dev@gmail.com

Project Link: https://github.com/sludwikowski/personal-blog

(back to top)

About

roadToReact - blog o drodze do nauki Reacta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published